projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18c6198
)
Don't use C++ comments.
author
robertl
<robertl>
Fri, 15 Nov 2002 06:11:52 +0000
(06:11 +0000)
committer
robertl
<robertl>
Fri, 15 Nov 2002 06:11:52 +0000
(06:11 +0000)
route.c
patch
|
blob
|
history
diff --git
a/route.c
b/route.c
index 6a4edbcb1824e62e8f348ab9364cb05a78fe083c..65752c90b3370a14d22743e878b85f40bb5edd54 100644
(file)
--- a/
route.c
+++ b/
route.c
@@
-56,7
+56,6
@@
void
route_disp (const route_head *rh, waypt_cb cb )
{
queue *elem, *tmp;
-// printf("NEW ROUTE\n");
QUEUE_FOR_EACH(&rh->waypoint_list, elem, tmp) {
waypoint *waypointp;
waypointp = (waypoint *) elem;